home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Other
/
Briefcase
/
DView.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
223b
|
19 lines
#import <appkit/View.h>
@interface DView:View
{
id nameField;
id theImage;
id buffer;
}
- initFrame:(const NXRect *)frameRect;
- free;
- drawSelf:(NXRect *)rects :(int)rectCount;
- mouseDown:(NXEvent *)event;
@end